projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8801d16
)
Add gtk_offscreen_window_new() prototype to gtkoffscreenwindow.h
author
Cody Russell
<crussell@canonical.com>
Fri, 18 Dec 2009 13:37:12 +0000
(14:37 +0100)
committer
Cody Russell
<bratsche@gnome.org>
Mon, 28 Dec 2009 15:33:41 +0000
(09:33 -0600)
gtk/gtkoffscreenwindow.h
patch
|
blob
|
history
diff --git
a/gtk/gtkoffscreenwindow.h
b/gtk/gtkoffscreenwindow.h
index 3aef9065b9e74c9b4c5cfb919f5ad19b9f3b892e..90d99879278f9b7b3e562e23a51a13afe0332456 100644
(file)
--- a/
gtk/gtkoffscreenwindow.h
+++ b/
gtk/gtkoffscreenwindow.h
@@
-29,7
+29,9
@@
struct _GtkOffscreenWindowClass
GtkWindowClass parent_class;
};
-GType gtk_offscreen_window_get_type () G_GNUC_CONST;
+GType gtk_offscreen_window_get_type () G_GNUC_CONST;
+
+GtkWidget *gtk_offscreen_window_new ();
G_END_DECLS